
body {
  display: block;
  background-color: #2f2f2f;
  position: relative;
  font-family: 'davregular', Arial, sans-serif;
}

.float {
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 99;
}
.float button {
  background-color: #fff;
  color: #d4b826;
  border-radius: 52px 0 0 52px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 1rem;
}
.float button i {
  margin-right: 1rem;
}

button {
  border: 0;
  background: transparent;
}

.headerlogo img{
  max-width: 10%;
  height: auto;
  position: absolute;
}

.header .legalderecha {
  position: absolute;
  right: 10px;
}

.heroHeader {
  padding-top: 18vh;
  min-height: 100vh;
  position: relative;
}
.heroHeader .blockImages {
  position: relative;
}
.heroHeader::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/cityscape.png);
  background-position: 50% -100px;
  background-repeat: repeat-x;
  background-size: cover;
  bottom: 0;
  width: 100%;
  height: 90vh;
  z-index: -1;
  mix-blend-mode: multiply;
}

.headerTitleBlock h2 {
  color: #FFD42E;
  font-family: 'davregular', Arial, sans-serif;
  font-weight: 300;
  font-size: 4vh;
  text-align: center;
}
.headerTitleBlock h1 {
  color: #fff;
  max-width: 80vh;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
  font-family: 'davextrabold', sans-serif;
  letter-spacing: 0.1rem;
}
.headerTitleBlock p {
  display: block;
  max-width: 70%;
  text-align: center;
  margin: auto;
  margin-bottom: 2rem;
  color: #fff;
}

.scrollBlock {
  display: table;
  margin: auto;
  margin-top: 3rem;
}
.scrollBlock p {
  margin: 0;
  color: #fff;
}

.blockImages {
  min-height: 50vh;
  position: relative;
}
.blockImages ul {
  list-style: none;
}
.blockImages .texture {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}
.blockImages .imgItem {
  position: absolute;
  width: 40vh;
  right: 10%;
  top: -10%;
  z-index: 3;
}
.blockImages .men {
  display: block;
  position: relative;
  width: 22vh;
  margin-left: auto;
  z-index: 3;
  top: -4vh;
  right: -12vh;
}

.acciones {
  background-color: #2a2b2c;
  padding-top: 7rem;
  margin-top: -100px;
}
.acciones .accionesInfo {
  position: relative;
}
.acciones .accionesInfo h4 {
  font-family: 'davextrabold', sans-serif;
  color: #2f2f2f;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 30vh;
  z-index: 1;
  top: -12vh;
  letter-spacing: 0.9rem;
  opacity: 0.7;
}
.acciones .accionesInfo h2 {
  display: block;
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 5vh;
  max-width: 80%;
  margin: auto;
}
.acciones .accionesInfo h2 strong {
  color: #FFD42E;
}
.acciones .accionesInfo h3 {
  display: block;
  text-align: center;
  margin-top: 1rem;
  color: #fff;
}

.closeType {
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 5rem;
}
.closeType:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  width: 20vh;
  height: 5px;
  background: #CBCBCB;
  opacity: 0.3;
}
.closeType:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 20vh;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  height: 5px;
  background: #CBCBCB;
  opacity: 0.3;
}

.blockSlider {
  max-width: 80%;
  margin: auto;
  display: block;
}

.blockSlider .itemSlide .blockMedia {
  position: relative;
}
.blockSlider .itemSlide .blockMedia h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 7vh;
  letter-spacing: 0.7rem;
  color: #CBCBCB;
  opacity: 0.1;
  font-family: 'davextrabold', sans-serif;
}
.blockSlider .itemSlide .blockMedia img {
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
}
.blockSlider .itemSlide .blockInfo p {
  font-size: 3vh;
  color: #FFD42E;
  max-width: 70vh;
  margin: auto;
}
.blockSlider .slick-dots li button:before {
  color: #CBCBCB;
  font-size: 1rem;
}
.blockSlider .slick-dots li.slick-active button:before {
  color: #FFD42E;
}

.slide-brands {
  max-width: 80%;
  margin: 3rem auto;
}
.slide-brands .itemBrand div {
  min-height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video {
  background: #222222;
  min-height: 70vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video h4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: 'davextrabold', sans-serif;
  font-size: 10rem;
  letter-spacing: 0.4rem;
  color: #2a2b2c;
  opacity: 0.8;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.video .btnVideo {
  color: #fff;
  display: table;
  margin: auto;
  padding-left: 40px;
  position: relative;
  max-width: 48%;
  z-index: 7;
}
.video .btnVideo i {
  display: inline;
  border: 2px solid #FFD42E;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: 10%;
  z-index: 9;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.video .btnVideo i span {
  display: block;
  width: 40px;
  height: 50px;
  position: relative;
  left: -18px;
  top: -20px;
  border-left: 100px solid #FFD42E;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}
.video .btnVideo p {
  display: -ms-inline-grid;
  display: inline-grid;
  text-align: left;
  padding-left: 80px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: 'davregular', Arial, sans-serif;
}
.video .btnVideo p b {
  display: inline;
}
.video .btnVideo:hover i {
  background: #FFD42E;
  left: 30px;
}
.video .btnVideo:hover i span {
  border-left: 100px solid #fff;
}

.footer {
  position: relative;
  padding: 4rem 1rem;
}
.footer .vigilado {
  position: absolute;
  bottom: 440px;
  left: 15px;
}
.footer p {
  color: #fff;
  font-size: 0.7rem;
}

.modal-content {
  border-radius: 1rem;
}
.modal-content .noCarterizado {
  display: none;
  padding: 2rem 0;
}
.modal-content .noCarterizado img {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}
.modal-content .noCarterizado h2 {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  font-family: 'davregular', Arial, sans-serif;
}
.modal-content .noCarterizado h2 strong {
  font-weight: 600;
}
.modal-content .noCarterizado h1 {
  display: block;
  text-align: center;
  color: #FFD42E;
  font-family: 'davextrabold', sans-serif;
  letter-spacing: 0.1rem;
}
.modal-content .noCarterizado hr {
  background-color: #CBCBCB;
}
.modal-content .noCarterizado p {
  font-family: 'davregular', Arial, sans-serif;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.modal-content .Carterizado {
  display: none;
  padding: 2rem 0;
}
.modal-content .Carterizado h2 {
  font-size: 1.5rem;
  text-align: center;
  max-width: 90%;
  margin: auto;
  font-family: 'davregular', Arial, sans-serif;
}
.modal-content .Carterizado hr {
  background-color: #CBCBCB;
}
.modal-content .Carterizado p {
  font-family: 'davregular', Arial, sans-serif;
  display: block;
  text-align: center;
}
.modal-content .Carterizado p input[type=text] {
  display: block;
  width: 70%;
  margin: 1rem auto;
  text-align: center;
  font-family: 'davextrabold', sans-serif;
  letter-spacing: 0.3rem;
  font-size: 1.7rem;
  border: 1px solid #FFD42E;
}
.modal-content .Carterizado p input[type=text]:focus {
  outline: none;
}
.modal-content .Carterizado p input[type=checkbox] {
  mix-blend-mode: exclusion;
}
.modal-content .Carterizado .habeas {
  padding: 15px;
  background-color: rgba(203, 203, 203, 0.2);
  margin-bottom: 2rem;
  text-align: justify;
  position: relative;
}
.modal-content .Carterizado .habeas:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFD42E;
  position: absolute;
  top: -20px;
  right: 127px;
}
.modal-content .Carterizado .habeas small {
  display: block;
  line-height: 1.2;
}
.modal-content .Carterizado .habeas .cerrarhabeas {
  background-color: #FFD42E;
  display: table;
  padding: 0.3rem 2rem;
  margin: auto;
  cursor: pointer;
}
.modal-content .Carterizado button {
  display: table;
  margin: auto;
  margin-bottom: 1rem;
  background-color: #FFD42E;
  border-radius: 10px;
}
.modal-content .Carterizado button p {
  font-family: 'davextrabold', sans-serif;
  margin-bottom: 0;
  font-size: 1.4rem;
  padding: 10px 1rem;
  letter-spacing: 4px;
}
.modal-content .Carterizado h4 {
  margin-top: 1rem;
  font-family: 'davlight', sans-serif;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 4px;
}
.modal-content .videoModal {
  display: none;
  padding: 2rem 0;
}
.modal-content .videoModal iframe {
  background-color: #FFD42E;
}

.modal-header {
  border-bottom: 0;
}
.modal-header .btn-close {
  position: absolute;
  right: 10px;
  background-color: #FFD42E;
  opacity: 1;
  border-radius: 50%;
  margin-top: -3px;
  outline: none;
}
.modal-header .btn-close:focus, .modal-header .btn-close:active {
  outline: none;
  outline-color: transparent;
}

@media only screen and (max-width: 600px) {
  .heroHeader {
    padding-top: 10vh;
  }

  .float {
    position: fixed;
    right: 0;
    top: inherit;
    bottom: 0;
    z-index: 99;
    width: 100%;
  }
  .float button {
    display: block;
    width: 100%;
    border-radius: 0;
  }

  .acciones .accionesInfo h4 {
    font-size: 2rem;
  }
  .acciones .accionesInfo h2 {
    font-size: 3vh;
    max-width: 95%;
  }

  .blockImages .imgItem {
    position: relative;
    width: 100vh;
    right: 0;
  }
  .blockImages .men {
    position: absolute;
    width: 10vh;
    top: 30% !important;
    right: 19vh;
  }

  .flexHero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flexHero .one {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flexHero .two {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0.8rem;
  }

  .video .btnVideo {
    max-width: 100%;
  }
  .video h4 {
    font-size: 3rem;
  }

  .footer img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }

  .header {
    background: #222222;
    padding-left: 0;
    position: fixed;
    z-index: 999;
  }
  .header .headerlogo img {
    display: block;
    margin: auto;
  }
  .header .legalderecha {
    top: 80px;
  }

  .headerTitleBlock h1 {
    font-size: 1.5rem;
  }
  .headerlogo img{
  max-width: 20%;

    }
    .blockSlider .itemSlide .blockInfo p{
        font-size: 2vh;
    }
}